diff --git a/config/initializers/exceptions.rb b/config/initializers/exceptions.rb deleted file mode 100644 index 7ccf55d67..000000000 --- a/config/initializers/exceptions.rb +++ /dev/null @@ -1,3 +0,0 @@ -class RemovingLastTeamAdminException < RuntimeError; end - -class RemovingLastTeamException < RuntimeError; end